body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	outline: none;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	overflow: scroll;
}
body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: SimHei;
	font-size: 12px;
	padding: 0 10px;
	text-align: left;
	min-width: 1200px;
}
select {
	font-size: 12px;
}
table {
	border-collapse: collapse;
}
fieldset,
img {
	border: 0 none;
}
fieldset {
	margin: 0;
	padding: 0;
}
fieldset p {
	margin: 0;
	padding: 0 0 0 8px;
}
legend {
	display: none;
}
address,
caption,
em,
strong,
th,
i {
	font-style: normal;
	font-weight: 400;
}
table caption {
	margin-left: -1px;
}
hr {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #E4E4E4;
	border-width: 1px 0;
	clear: both;
	height: 2px;
	margin: 5px 0;
	overflow: hidden;
}
ol,
ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
caption,
th {
	text-align: left;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

/*-----------------------------------------------------*/
html,
body,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
body {
	font-size: 14px;
	height: 100%;
	min-width: 1200px;
}
label {
	font-weight: 700;
}
html {}
button {
	background: none;
	border: none;
	outline: none;
}
*,
*:before,
*:after {
	/*box-sizing: inherit;*/
}
a:focus,
a:active {
	outline: none;
}
a,
a:focus,
a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
img {
	display: inline-block;
	font-size: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	cursor: pointer;
}
div:focus {
	outline: none;
}
iframe {
	border: none;
	width: 100%;
	min-height: 785px;
}

/********公共部分*********/
.wrap-head {
	background: #00a48d;
	position: fixed;
	top: 0;
	z-index: 12;
	width: 100%;
}
.wrap-header {
	height: 64px;
	padding-left: calc(50vw - 600px);
	display: flex;
	align-items: center;
	border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.wrap-header .logo {
	height: 37px;
	margin-right: 100px;
	
}
.wrap-header .search {
	width: 188px;
	padding: 0px 16px;
	height: 32px;
	/* background: #1aa7a0; */
	background: transparent;
	border-radius: 16px;
	color: #fff;
	border: 1px solid white;
	font-size: 12px;
	font-family: SimHei;
	font-weight: 400;
	text-align: left;
	line-height: 17px;
	margin-right: 60px;
}
.wrap-header .search::placeholder {
	color: white;
}
.wrap-header .tab {
	display: flex;
}
.wrap-header .tab li {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 20px;
	z-index: 10;
	cursor: pointer;
	position: relative;
	padding-bottom: 20px;
}
.wrap-header .tab .tit {
	width: 88px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 20px;
	border-left: 1px solid white;
}
.wrap-header .tab li:last-child .tit {
	border-right: 1px solid white;
}
.wrap-header .tab li:hover .tit {
	background: #009e96;
}
.wrap-header .tab .active {
	
}
.wrap-header .tab .href {
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 8px;
	box-shadow: 0px 1px 2px 0;
	position: absolute;
	padding: 36px 0;
	display: flex;
	z-index: 10;
	top: 0;
    padding-right: 40px;
}

.wrap-header .tab .href>span {
	width: 12px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: -10px;
	background: url(../images/up.png) no-repeat center;
	background-size: cover;
}
.wrap-header .tab .href>div {
	width: 160px;
	margin-right: 40px;
	display: inline-table;
}
.wrap-header .tab .href> div:last-child {
	margin-right: 0px;
}
.wrap-header .tab .href> div:nth-child(2) {
	margin-left: 40px;
}
.wrap-header .tab .href h6 {
	width: 160px;
	padding: 16px 0;
	white-space:nowrap;
	font-size: 16px;
	font-family: SimHei;
	font-weight: 500;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	line-height: 22px;
	border-bottom: 1px solid #eeeeee;
	margin: 0;
	display: block;
}
.wrap-header .tab .href a {
	margin-top: 16px;
	white-space:nowrap;
	font-size: 14px;
	font-family: SimHei;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.6);
	line-height: 20px;
	display: block;
}

.menuFref {
	display: none;
}


.wrap-header .tab li:hover .menuFref {
	display: block;
}

.wrap-header .tab .href a:hover {
	color: #009E96;
}
.wrap-header .language {
	margin-left: 15px;
	min-width: 50px;
}
.wrap-header .language span {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	/* color: #92d5d2; */
	color: white;
	line-height: 20px;
	cursor: pointer;
}
.wrap-header .language span:hover {
	color: #009e96;
}
.wrap-header .language em {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	/* color: #92d5d2; */
	color: white;
	line-height: 20px;
	padding: 0 1px;
}
.wrap-header .language .active {
	color: #FFFFFF;
}
.wrap-header .customer_service {
	background: url('../images/customer_service.png'); 
	background-size: contain;
	width: 16px; 
	height: 16px; 
	margin-left: 30px; 
	margin-right: 5px;
}
.wrap-header .service {
	min-width: 60px;
	height: 20px;
	font-size: 14px;
	font-family: SimHei;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 20px;
	cursor: pointer;
}
.wrap-header .service:hover {
	color: #009e96;
}

.wrap-header .tab .href .secondMenuHover{
	color: rgba(0, 0, 0, 0.85);
}
.wrap-header .tab .href .secondMenuHover:hover{
	color: #009e96;
}

.wrap-bottom {
	background: #EEEEEE;
}
.wrap-bottom .wrap-body {
	width: 1200px;
	margin: 0 auto;
}
.wrap-bottom .news {
	display: flex;
	padding-top: 80px;
}
.wrap-bottom .news>div {
	width: 50%;
}
.wrap-bottom dd {
	font-size: 14px;
	font-family: SimHei;
	font-weight: 400;
	margin-bottom: 8px;
	color: #ffffff;
	line-height: 20px;
    padding-left: 25px;
}
.wrap-bottom dd:nth-child(1) {
	background: url(../images/phone.png) no-repeat 0px;
	background-size: 18px 18px;
}
.wrap-bottom dd:nth-child(3) {
	background: url(../images/address.png) no-repeat 0px;
	background-size: 18px 18px;
}
.wrap-bottom dd:nth-child(5) {
	background: url(../images/outlet.png) no-repeat 0px;
	background-size: 18px 18px;
}
.wrap-bottom dt {
	height: 20px;
	opacity: 0.5;
	font-size: 14px;
	font-family: SimHei;
	font-weight: 400;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 20px;
	cursor: pointer;
}
.wrap-bottom dt:hover {
	text-decoration: underline;
}
.wrap-bottom .right {
	display: flex;
	justify-content: space-around;
}
.wrap-bottom .right img {
	width: 132px;
	height: 132px;
}
.wrap-bottom .right p {
	padding-top: 16px;
	opacity: 0.5;
	font-size: 14px;
	font-family: SimHei;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}
.wrap-bottom .bank {
	margin-top: 40px;
	height: 67px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: SimHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	line-height: 20px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.wrap-bottom .bank li {
	margin-right: 32px;
	opacity: 0.5;
	cursor: pointer;
}
.wrap-bottom .bank span {
	color: #fff;
	margin-right: 32px;
}
.wrap-bottom .bank li:hover {
	text-decoration: underline;
}
.wrap-bottom .loding {
	height: 100px;
	opacity: 0.5;
	font-size: 14px;
	font-family: SimHei;
	font-weight: 400;
	text-align: center;
	color: rgba(255, 255, 255, 0.85);
	line-height: 100px;
}
.wrap-main {
	background: #efeff4;
}
.wrap-main .wrap-body {
	width: 1200px;
	margin: 64px auto 0;
	padding: 16px 0;
	display: flex;
	min-height: 600px;
}
.wrap-main .wrap-left {
	width: 189px;
	padding: 16px 24px;
	background: #fff;
	border-radius: 8px;
	min-height: 600px;
}
.wrap-main .wrap-left h6 {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: rgba(0, 0, 0, 0.8);
	line-height: 22px;
	border-bottom: 1px solid #eeeeee;
	margin: 0;
	padding: 16px 0;
}
.wrap-main .wrap-left ul {
	margin-top: 16px;
}
.wrap-main .wrap-left li {
	margin-top: 8px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-family: SimHei;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.6);
	padding-left: 40px;
	background: url(../images/icon.png) no-repeat 16px center, url(../images/next.png) no-repeat 145px center;
	background-size: 16px;
	cursor: pointer;
}
.wrap-main .wrap-left ul .active {
	color: #009e96;
	border-radius: 8px;
	background: url(../images/icon2.png) no-repeat 16px center, url(../images/next2.png) no-repeat 145px center, #e5f5f4;
	background-size: 16px;
}
.wrap-main .wrap-left li:hover {
	color: #009e96;
	border-radius: 8px;
	background: url(../images/icon2.png) no-repeat 16px center, url(../images/next2.png) no-repeat 145px center, #e5f5f4;
	background-size: 16px;
}
.wrap-main .wrap-right {
	width: 947px;
	margin-left: 16px;
	background: #ffffff;
	border-radius: 8px;
	padding: 8px 24px;
	min-height: 600px;
}

/*分页样式*/
.pages{ 
	width: 856px;
	height:36px; 
	line-height: 36px; 
	font-size:14px; 
	margin-top:20px; 
	text-align: right;
}
.pages a{ 
	display: inline-block; 
	vertical-align: top; 
	margin:0 10px; 
	border-radius:2px; 
	min-width:36px; 
	text-align: center;
}
.pages a:hover{ 
	color: #009e96;
}
.pages input{ 
	vertical-align: top; 
	border-radius:2px; 
	border:1px solid #ddd; 
	text-align: center; 
	width:80px; 
	height:36px; 
	margin:0 5px;
}
.pages em{ 
	margin:0 10px;
}
.pages .searchBtn{ 
	width: 80px;
	color:#fff; 
	background:#009e96; 
	border-radius:2px; 
	border:none;
	margin-right: 0px;
}
.pages .searchBtn:hover{ 
	color: white;
}


  .menuFref{
     position: absolute;
     left: 50%;
     top:110px;
     transform: translateX(-50%);
    }
    .href{
     position: relative !important;
    
    }